/*************************************************
 * TITLE   : BlueTranquility 2 Global Stylesheet * 
 * REVISED : September 28, 2004                  *
 * AUTHOR  : Linus "ElderDude" Gibson            *
 * EMAIL   : linusgibson@yahoo.com               *
 * SITE URL: http://linus.no-ip.com              *
 ************************************************/

/******** General *******/
a:link {
  color: #294C7B;
}

a:visited {
  color: #2F4E79;
}

a:hover {
  text-decoration: none;
}

a:active {
  color: #2F4E79;
}

body {
  background-color: #a0a0a0;
  font-family: Arial, "Arial, Helvetica", Times, sans-serif;
  padding: 10px 20px 10px 20px;
}

p {
  text-align: justify;
  margin: 0px 0px 0px 0px;
}

p.noheight {
  line-height: 1.12em;
}

span.uline {
  text-decoration: underline;
}

ul {
  text-align: justify;
}

/* Note: Compensates for IE acronym dotted underline bug */
acronym {
  border-bottom: 0px dotted #000000;
  cursor: help;
}

/******** Header *******/
div#header {
  background-color: #E5E5E5;
  border: 1px solid #000000;
  padding: 5px 10px 10px 0px;
  font-family: Georgia, "Arial", Times, sans-serif;
  width: auto;
  margin: 0px 0px 10px 0px;
}

/* Note: Temporary Message for Ad Banner Area (remove if using banner image) */
div#header span {
  /* border: 1px solid #000000; */
  float: right;
  margin: 5px 0px 0px 10px;
  width: 60px;
  height: 60px;
  font-size: 16px;
  text-align: right;
}

/* Note: Optional Ad Banner Area (remove if not using banner image at all) */
div#header img {
  border: 0px solid #000000;
  float: right;
  margin: 0px 0px 0px 10px;
  width: 60px;
  height: 60px;
}

div#header h1 {
  /* color: #2F4E79; */
  color: #294C7B;
  cursor: default;
  font-size: 40px;
  margin: 0px 0px 0px 10px;
  width: 365px;
}

div#header h2 {
  color: #294C7B;
  cursor: default;
  font-size: 13px;
  margin: 5px 0px 0px 10px;
  width: 365px;
}

/******** Side Bar (LHS) *******/
div#lhsbar {
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  color: #294C7B;
  float: left;
  width: 114px;
}

div#lhsbar img {
  border: none;
}

div#lhsbar p {
  text-align: left;
}

/******** Side Bar (RHS) *******/
div#rhsbar {
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  float: right;
  margin-right: 22px;
  width: 114px;
}

div#rhsbar img {
  border: none;
}

div#rhsbar p {
  text-align: left;
}

/******** Nav Menu (goes at top of either Side Bar) *******/
div#nmenu {
  font-size: 13px;
  font-weight: bold;
}

div#nmenu span {
  background-color: #4F7BB8;
  border: 1px solid #000000;
  color: #FFFFFF;
  cursor: default;
  display: block;
  text-decoration: none;
  padding: 3px 10px 3px 10px;
  width: 100%;
}

div#nmenu a {
  background-color: #E5E5E5;
  border: 1px solid #000000;
  display: block;
  padding: 3px 10px 3px 10px;
  width: 100%;
}

div#nmenu a:hover {
  background-color: #FF7C11;
  border-color: #000000;
  color: #FFFFFF;
}

/******** News Section (goes at top of either Side Bar) *******/
div#news {
  background-color: #E5E5E5;
  border: 1px solid #000000;
  font-size: 10px;
  padding: 3px 10px 3px 10px;
  width: 100%;
}

/******** Misc Info (goes at bottom of either Side Bar) *******/
div.miscinfo {
  background-color: #E5E5E5;
  color: #000000;
  border: 1px solid #000000;
  font-size: 10px;
  padding: 3px 10px 3px 10px;
  margin-top: 8px;
  width: 100%;
}

/******** Content *******/
div.title {
  /*background-color: #949194;*/
  background-color: #4F7BB8;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  color: #FFFFFF;
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
  margin: 10px 150px 0px 150px;
}

div.content {
  background-color: #E5E5E5;
  border: 1px solid #000000;
  padding: 6px 10px 6px 10px;
  margin-left: 150px;
  margin-right: 150px;
}

div.content .documentTable {
    table-layout: auto;
    width: 100%;
    text-align:left;
}

div.content .documentTable .documentTableHead {
    color: #FFFFFF;
    background-color: #4F6AA5;
}

div.content .documentTable .even > td{
    padding-left: 5px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align:text-top;
    background-color: #C3C3C3;
}
div.content .documentTable .odd > td{
    padding-left: 5px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align:text-top;
    background-color: #D4D4D4;
}